home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-05-01 | 1.4 KB | 62 lines | [TEXT/MPS ] |
- /*
- File: Appearance.idl
-
- Contains: Appearance Manager Interfaces.
-
- Version: Technology: System 8
- Release: Universal Interfaces 3.0d3 on Copland DR1
-
- Copyright: © 1984-1996 by Apple Computer, Inc. All rights reserved.
-
- Bugs?: If you find a problem with this file, send the file and version
- information (from above) and the problem description to:
-
- Internet: apple.bugs@applelink.apple.com
- AppleLink: APPLE.BUGS
-
- */
- #ifndef __APPEARANCE_IDL__
- #define __APPEARANCE_IDL__
-
- #include <somobj.idl>
- #include <somcls.idl>
-
- #ifndef __QUICKDRAW_IDL__
- #include <Quickdraw.idl>
- #endif
- #ifndef __TYPES_IDL__
- #include <Types.idl>
- #endif
-
- #ifdef __SOMIDL__
-
- #if FOR_SYSTEM8_COOPERATIVE
- /* Appearance Manager Error Codes (will move to Errors.i) -4200 through -4249 */
- /*
- * System Pattern (PixPat) Indices for GetThemePixPat and SetThemePen
- */
- /*
- * System Text and other RGBColor Indices for GetThemeColor and SetThemeFore/BackColor.
- */
- /*
- * System Appearance Information
- */
- /*
- System Patterns
- *
- * WARNING: Patterns returned by GetThemePixPat are shared by the system and other
- * running applications. These patterns are updated by the system automatically
- * whenever the theme changes. They are system-owned and must not be disposed.
- * Never dispose a PixPatHandle obtained from GetThemePixPat or the system will crash.
- */
- /* System colors */
- /*
- * Appearance Drawing Primitives
- */
- #endif
-
- #endif /* __SOMIDL__ */
-
- #endif /* __APPEARANCE_IDL__ */
-
-